Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix teamcity output concurrency #851

Merged
merged 1 commit into from
May 3, 2024

Conversation

MatteoBiagini
Copy link
Contributor

For each worker, teamcity output is read only when the worker is free and is getting flushed.
So we are sure the worker is not concurrently writing additional content.

Before this change, when flushing a worker, teamcity output was ready from all workers, causing issues with simultaneous read/write operations.

Fix #850

For each worker, teamcity output is read only when the worker
is free and is getting flushed. So we are sure the worker is
not concurrently writing additional content.

Fix paratestphp#850
@Slamdunk Slamdunk added the bug label May 3, 2024
@Slamdunk Slamdunk merged commit c361d78 into paratestphp:7.x May 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Issue with teamcity reporting in PhpStorm
2 participants